powered by
Set row names for a GGobiData
# S3 method for GGobiData rownames(x) <- value
GGobiData
new names
# NOT RUN { if (interactive()) { g <- ggobi(mtcars) df <- g[1] rownames(df) rownames(df) <- tolower(rownames(df)) rownames(df)} # }
Run the code above in your browser using DataLab